Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Regular Expressions
1) All the characters that require a backslash character to be taken literally within a pattern
2) Bad word filter
3) Checking an email address - Version 01
4) Checking an email address - Version 02
5) Defining Patterns
6) Match
7) Matching a 16 digit credit card number separated by a single space
8) Matching a 16 digit credit card number with variable number of space characters
9) Matching a single literal character(It can be either a lower or upper case character)
10) Matching sequences of more than one literal character (The format is two upper case letters, a dash and three numbers)
11) Pattern Attributes
12) Pattern Matching
13) RegExp $ (5)
14) RegExp $& (2)
15) RegExp $` (4)
16) RegExp $+ (6)
17) RegExp $1,$2, $9
18) RegExp compile()
19) RegExp exec()
20) RegExp global
21) RegExp ignoreCase
22) RegExp input
23) RegExp lastIndex
24) RegExp lastMatch
25) RegExp lastParen
26) RegExp leftContext
27) RegExp multiline
28) RegExp rightContext
29) RegExp source
30) RegExp test()
31) RegExp()
32) RegExp,$ (1)
33) RegExp,$_ (3)
34) Regular Expression Tester Form
35) Regular Expressions
36) Strip HTML
37) Testing for Pattern Matches
38) The pattern matching methods in the RegExp object require String objects
39) To match b{0,1}rea{0,1}d
40) To match words bread, read, or red
41) Trim the leading and trailing spaces
42) Use regular expression to remove bad words
43) Use Regular Expression to validate date
44) Use Regular expression to validate the Email
45) Use regular expression to validate the URL
46) Validate MasterCard
47) Validate the Date
48) Validate Visa number